home *** CD-ROM | disk | FTP | other *** search
/ Just Sports / Quantum Axcess - Just Sports.iso / basedem / readme.txt < prev    next >
Text File  |  1994-09-08  |  8KB  |  194 lines

  1.     Filename: HB4DEMO.ZIP
  2.  Description: Demo of HardBall IV
  3. Requirements: 386 or better CPU, SVGA, 4MB of RAM.
  4.  
  5. Copyright (c) 1994 Accolade, Inc.
  6.  
  7. Installation instructions
  8. =========================
  9. Simply unzip the file HB4DEMO.ZIP into its own directory (since you
  10. are already reading this file, you've probably already done that).
  11. Once that's finished, just type HB4DEMO at the DOS prompt and the
  12. demo will begin.  If it gives you problems, then please read on...
  13.  
  14.  
  15. Memory issues
  16. =============
  17. 1. Determining how much memory you have available
  18.  
  19. Due to the sophisticated nature of this game, it requires at least
  20. 3.3MB (3,300,000 bytes) of free RAM (memory) in order to run.  There
  21. are several ways RAM can be used by programs.  The most common method
  22. is called "Conventional RAM", or "the RAM below 640K".  The other two
  23. common types are EMS and XMS.  To find out how much of each type of
  24. RAM you have available, go to a DOS prompt and type "MEM" and press
  25. Enter.  You should see something like this:
  26.  
  27. C:\>mem
  28.  
  29.     655360 bytes total conventional memory
  30.     655360 bytes available to MS-DOS
  31.     509808 largest executable program size
  32.  
  33.     655360 bytes total EMS memory
  34.     163840 bytes free EMS memory
  35.  
  36.    3145728 bytes total contiguous extended memory
  37.          0 bytes available contiguous extended memory
  38.    2719744 bytes available XMS memory
  39.            MS-DOS resident in High Memory Area
  40.  
  41. The amount of free Conventional RAM is 509,808 bytes, as reported
  42. beside "largest executable program size".  There are 164,840 bytes of
  43. free EMS memory, and 2,719,744 bytes of free XMS memory.  If we total
  44. these 3 numbers, we'll see that there is 509808+164840+2719744 =
  45. 3394392 bytes free RAM, more than enough to run the game.
  46.  
  47. Special note to users of QEMM, 386MAX, and some other memory
  48. managers:  these memory managers "share" EMS and XMS memory, meaning
  49. that if a program uses EMS memory, it takes away from the total
  50. available EMS and XMS memory.  With these types of memory managers,
  51. to calculate the total free RAM, you should only add the larger of
  52. the EMS free or XMS free, never add both.
  53.  
  54. 2. Freeing up more memory
  55.  
  56. If you find that you don't have enough free RAM to run the game,
  57. you'll need to free up some of the memory which is used by other
  58. programs.  The two most common programs which tend to use a lot of 
  59. memory are SMARTDRV (a disk cache program) and Windows.  If you don't
  60. know how to modify your CONFIG.SYS and AUTOEXEC.BAT files to release
  61. some of the memory used by other programs, then you should refer to
  62. the appendix titled "Booting Clean" (not included with this demo), or
  63. read the virtual memory section below.
  64.  
  65.  
  66. Using Virtual Memory
  67. ====================
  68. If you can't free up any more memory, but you've got at least 5MB of
  69. free space on your hard disk, there's another solution: virtual
  70. memory.  Virtual memory allows your computer to pretend it has more
  71. free RAM than it really does by swapping things out to your hard disk
  72. when they aren't needed.  Included with the demo is a batch file
  73. which turns on the virtual memory feature of HardBall IV.  To run it,
  74. simply go to the HardBall IV Demo directory, type "VM", and press
  75. Enter.  For example:
  76.  
  77. C:\HB4DEMO>VM
  78. Virtual memory for HardBall IV has been enabled.
  79. C:\HB4DEMO>
  80.  
  81. If you don't have enough disk space on the drive the game is
  82. installed on, you can put the swap file on another drive by typing
  83. the drive letter of the other partition after VM.  For example:
  84.  
  85. C:\HB4DEMO>VM D:
  86. Virtual memory for HardBall IV has been enabled.
  87. The swap file will be called "D:\DOS4GVM.SWP"
  88. C:\HB4DEMO>
  89.  
  90. To turn off the virtual memory feature, simply type "vm off".
  91.  
  92. The swap file is called DOS4GVM.SWP and if you need to free up the
  93. disk space it uses, you can delete it any time after you have exited
  94. the game; it will be recreated automatically the next time you run the
  95. game.
  96.  
  97. With virtual memory enabled, you may find the game runs slightly
  98. slower than usual because it must copy data back and forth from the
  99. hard drive.  The only solution to this problem is to free up more RAM
  100. so that less swapping occurs.  If you have at least 2MB of free RAM,
  101. you may not even notice any slowdowns.
  102.  
  103.  
  104. SVGA cards, VESA drivers, and all that stuff
  105. ============================================
  106. HardBall IV runs in a high-resolution Super VGA mode (640 by 400,
  107. with 256 colors).  Because each SVGA card is different and not all of
  108. the card manufacturers build cards which are compatible with one
  109. another, the game needs to know how to program your SVGA card to work
  110. in this mode.  HardBall IV has been programmed and tested to work
  111. with SVGA cards that use the following chipsets:
  112.  
  113.     VESA compatible cards (see notes below)
  114.     ATI 18800 (and the more recent models)
  115.     Tseng Labs ET3000 and ET4000
  116.     Trident 8900 and 9000
  117.     Paradise 1024i
  118.     Chips & Technologies 82C452 (Boca 1024VGA)
  119.     Genoa 6400
  120.  
  121. If you do not have one of those cards, don't despair - there is an
  122. emerging standard called the VESA VGA Bios Extensions (VESA VBE), but
  123. unfortunately not all of the video cards support it "right out of the
  124. box".  If HardBall IV reports that it cannot find the SuperVGA VESA
  125. driver, you will need to install the VESA driver program that
  126. probably came on a disk with your video card.  If your video card did
  127. not come with a driver, you can probably find one on a local bulletin
  128. board, or the computer dealer you bought your video card from should
  129. be able to provide one.  Once you have installed the VESA driver, run
  130. the game again and it should be able to set the appropriate video
  131. mode.
  132.  
  133.  
  134. Joystick problems
  135. =================
  136. Your joystick(s) will be automatically calibrated when the demo boots
  137. up, so it is important that you leave the joystick centered and don't
  138. press any buttons until the first screen comes up.  If the
  139. auto-calibration does not work properly for you, then press Esc from
  140. the game to take you to the line-up screen, then press "Options", and
  141. then press "Adjust Joysticks".  Follow the on-screen instructions.
  142.  
  143.  
  144. Running under Windows or OS/2
  145. =============================
  146. This demo runs fine under Windows and OS/2 but you must run it in full
  147. screen mode and you must have enough memory available.
  148.  
  149.  
  150. Bug Reports
  151. ===========
  152. If you have problems running this demo, we want to hear from you to
  153. ensure we get the problems fixed before the final product is
  154. released.  Most problems are related to video drivers or available
  155. memory, so please read those sections of this readme file and try the
  156. suggestions made there before reporting any problems.  Bugs may be
  157. reported to Accolade Customer Support in any of the following ways:
  158.  
  159.   Accolade BBS: (408) 296-8800, with settings of 8,N,1 and supports up
  160.                 to 14400 baud.  4 lines, 24 hours a day, 7 days a week.
  161.  
  162. America Online: Industry Connection, keyword: "Accolade",
  163.                 E-mail address: Accolade
  164.  
  165.     Compuserve: Game Publishers A Forum, type "GO GAMAPUB",
  166.                 E-mail address: 76004,2132
  167.  
  168. Internet email: 76004.2132@compuserve.com or accolade@aol.com
  169.  
  170.          Voice: (408) 296-8400, Monday through Friday, 8am to 5pm PST
  171.  
  172.            Fax: (408) 246-0231
  173.  
  174.           Mail: Accolade
  175.                 Customer Support
  176.                 5300 Stevens Creek Blvd. Suite 500
  177.                 San Jose CA 95129
  178.  
  179.  
  180. Distribution restrictions
  181. =========================
  182. You may not modify or add any files to the archive but you may use
  183. other archivers.  Please spread this demo far and wide.
  184.  
  185.  
  186. Ordering Information
  187. ====================
  188. To ensure you get your copy of HardBall IV as soon as it comes out,
  189. you may order directly from Accolade by calling 1-800-245-7744.
  190.  
  191.  
  192. Copyright (c) 1994 Accolade, Inc.
  193.  
  194.